-
Notifications
You must be signed in to change notification settings - Fork 24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoution great solution!
Generally, it works great and I found only one drawback. When we move the mouse across several skills many popups are shown and all it looks like stuck, see video https://monosnap.com/file/HqXZvLjmAITgT1stiFE2yGp7cSAfw9
To solve it I suggest showing the skills popup with some delay, i. e.:
- we put the mouse on the skills
- wait a bit 100ms - 1000ms (we have to find which value is small, but enough)
- if the cursor was not moved out, then show popup
Also, please kindly check the comments to the code below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yoution thank you for the quick update. Nice idea to reduce the close delay, but it's hard now to see all the skils if we move the cursor not vertically, but from the side, see demo video https://monosnap.com/file/kbqRDEQbKHsF1uJci049nD9I3gpw9K
Also, a couple of more notes for the code below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @yoution, works great now!
No description provided.